Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Texture rendering #209

Merged
merged 16 commits into from
Oct 26, 2024
Merged

Texture rendering #209

merged 16 commits into from
Oct 26, 2024

Conversation

RohacekD
Copy link
Collaborator

Added basic 2D algorithms for rendering. Like

  • Bresenham's algorithm

  • XiaolinWu algorithm

  • Flood fill

  • Brick generation

  • Still needs to be written down what happend.

  • Improve editor please, this is still use less.

  • Noise generation would be useful for my current needs

@RohacekD RohacekD added enhancement New feature or request feature Usefull feature labels Jun 20, 2024
@RohacekD RohacekD self-assigned this Jun 20, 2024
@RohacekD
Copy link
Collaborator Author

First complete pull request 208 to ensure correctness of changes.

@RohacekD RohacekD merged commit 9984231 into RayTrace Oct 26, 2024
8 of 24 checks passed
@RohacekD RohacekD deleted the TextureRendering branch October 27, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Usefull feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant